The Installation Instructions for 
Ovislink WL-1120USB USB 802.11b wireless Network Adapter

A. Compatibility.
    The Usb driver works only in kernel version 2.4 series.

B. Update the USB Host Controller Driver
* If the USB Host controller uses the Intel chipset, please must do bloew.
use uhci.o rather than the default usb-uhci.o. Edit /etc/modules.conf and 
1. replace alias usb-controller usb-uhci 
2. with alias usb-controller uhci 
3. reboot 
    
C. Install the driver
  - Download the "atmelwlandriver.2.1.1.tar.gz " into the "/usr/src" directory.
   
  - Unpack the ATMEL wireless LAN card driver (anywhere you like).
    Run the following commands:
           #cd /usr/src  
           #tar zxvf atmelwlandriver.2.1.1.tar.gz                 

    - In the atmelwlandriver directory run:
    # make config
   	Select the following options:
* Build all? No
* Build debug version? Yes
* Build usb drivers? Yes
* Build usb 503a rfmd driver? Yes
* Build usb 503A intersil 3861 drivers? Yes
* Build usb intersil 3863 driver? No
* Build usb frmd 505 driver? No
* Build driver with custom pid vid? No
* Build pcmcia drivers? No
* Build minpci driver? No
* Build applications? Yes
* Build command line application? Yes
* If you get asked anything else, say yes.

	#make install

    This will do everything (install the driver patch
    and the necessary files ). (make sure that you logged on
    as root).

D.  In order for the applications to run you have to enable
    CONFIG_NET_RADIO in the kernel.
    in /usr/src/linux
        # make menuconfig
    Select Network Device Support
            |--->Wireless LAN (non-hamradio)
                 |--->Wireless LAN (non-hamradio) 

E. Plug in the USB Wireless LAN card

F. Set up the Wireless Configuration
Go into the setup\objs directory and run #./lvnet to configure the ESSID, Operation mode, Channel...etc.

G. Run #netconfig to set up the IP configuration

Troubleshooting
1. Why can I not complie the driver on RedHat 7.1 and RedHat 7.2?
Ans: Please go into atmelwlandriver\src\usb and edit vnetusba.c and
1. replace MODULE_LICENSEC("GPL") 
2. with //MODULE_LICENSEC("GPL") 
3. Try to compile again 

